Enum DeviceType

java.lang.Object
java.lang.Enum<DeviceType>
com.cisco.pt.ipc.enums.DeviceType
All Implemented Interfaces:
Serializable, Comparable<DeviceType>, Constable

public enum DeviceType extends Enum<DeviceType>
An enum for the IPC's DeviceType values
Author:
packettracerexapps@external.cisco.com
  • Enum Constant Details

    • ROUTER

      public static final DeviceType ROUTER
    • SWITCH

      public static final DeviceType SWITCH
    • CLOUD

      public static final DeviceType CLOUD
    • BRIDGE

      public static final DeviceType BRIDGE
    • HUB

      public static final DeviceType HUB
    • REPEATER

      public static final DeviceType REPEATER
    • CO_AXIAL_SPLITTER

      public static final DeviceType CO_AXIAL_SPLITTER
    • ACCESS_POINT

      public static final DeviceType ACCESS_POINT
    • PC

      public static final DeviceType PC
    • SERVER

      public static final DeviceType SERVER
    • PRINTER

      public static final DeviceType PRINTER
    • WIRELESS_ROUTER

      public static final DeviceType WIRELESS_ROUTER
    • IP_PHONE

      public static final DeviceType IP_PHONE
    • DSL_MODEM

      public static final DeviceType DSL_MODEM
    • CABLE_MODEM

      public static final DeviceType CABLE_MODEM
    • REMOTE_NETWORK

      public static final DeviceType REMOTE_NETWORK
    • MULTI_LAYER_SWITCH

      public static final DeviceType MULTI_LAYER_SWITCH
    • SWITCH3650

      public static final DeviceType SWITCH3650
    • LAPTOP

      public static final DeviceType LAPTOP
    • TABLET_PC

      public static final DeviceType TABLET_PC
    • PDA

      public static final DeviceType PDA
    • WIRELESS_END_DEVICE

      public static final DeviceType WIRELESS_END_DEVICE
    • WIRED_END_DEVICE

      public static final DeviceType WIRED_END_DEVICE
    • TV

      public static final DeviceType TV
    • HOME_VOIP

      public static final DeviceType HOME_VOIP
    • ANALOG_PHONE

      public static final DeviceType ANALOG_PHONE
    • MULTI_USER

      public static final DeviceType MULTI_USER
    • ASA

      public static final DeviceType ASA
    • IO_E

      public static final DeviceType IO_E
    • HOME_GATEWAY

      public static final DeviceType HOME_GATEWAY
    • WIRELESS_ROUTER_NEW_GENERATION

      public static final DeviceType WIRELESS_ROUTER_NEW_GENERATION
    • CELL_TOWER

      public static final DeviceType CELL_TOWER
    • CENTRAL_OFFICE_SERVER

      public static final DeviceType CENTRAL_OFFICE_SERVER
    • CISCO_ACCESS_POINT

      public static final DeviceType CISCO_ACCESS_POINT
    • EMBEDDED_CISCO_ACCESS_POINT

      public static final DeviceType EMBEDDED_CISCO_ACCESS_POINT
    • SNIFFER

      public static final DeviceType SNIFFER
    • MCU

      public static final DeviceType MCU
    • SBC

      public static final DeviceType SBC
    • THING

      public static final DeviceType THING
    • MCUCOMPONENT

      public static final DeviceType MCUCOMPONENT
    • EMBEDDED_SERVER

      public static final DeviceType EMBEDDED_SERVER
    • WIRELESS_LAN_CONTROLLER

      public static final DeviceType WIRELESS_LAN_CONTROLLER
    • CLUSTER

      public static final DeviceType CLUSTER
    • GEO_ICON

      public static final DeviceType GEO_ICON
    • LIGHT_WEIGHT_ACCESS_POINT

      public static final DeviceType LIGHT_WEIGHT_ACCESS_POINT
    • POWER_DISTRIBUTION_DEVICE

      public static final DeviceType POWER_DISTRIBUTION_DEVICE
    • PATCH_PANEL

      public static final DeviceType PATCH_PANEL
    • WALL_MOUNT

      public static final DeviceType WALL_MOUNT
    • SECURITY_APPLIANCE

      public static final DeviceType SECURITY_APPLIANCE
    • MERAKI_SERVER

      public static final DeviceType MERAKI_SERVER
    • NETWORK_CONTROLLER

      public static final DeviceType NETWORK_CONTROLLER
  • Field Details

    • intValue

      protected int intValue
  • Method Details

    • values

      public static DeviceType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static DeviceType valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getIntValue

      public int getIntValue()
    • fromIntValue

      public static DeviceType fromIntValue(int value)
    • fromIntValue

      public static DeviceType fromIntValue(Integer value)